home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / King of Skeleton / King of Skeleton.swf / scripts / DefineButton2_108 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-02-02  |  198 b   |  12 lines

  1. on(release){
  2.    _parent._parent.soundControl();
  3.    if(_parent._parent.sndOff)
  4.    {
  5.       sound_btn.txt.gotoAndStop("off");
  6.    }
  7.    else
  8.    {
  9.       sound_btn.txt.gotoAndStop("on");
  10.    }
  11. }
  12.